PESetGraphAxisInfo

Use PESetGraphAxisInfo to set the several chart axis options that are available.

C Syntax
BOOL CRPE_API PESetGraphAxisInfo (
        short printJob,
        short sectionN,
        short graphN,
        PEGraphAxisInfo FAR * graphAxisInfo );
Parameters

printJob

Specifies the print job for which you want to set chart axis information.

sectionN

Specifies the section of the report containing the chart for which you want to set chart axis information.

graphN

Specifies for which chart within the section you want to set the chart axis information. This value is 0-based. Charts are numbered based on their order of insertion into the report.

graphAxisInfo

Specifies a pointer to PEGraphAxisInfo, which will contain the new information.

Returns
VB Syntax
Declare Function PESetGraphAxisInfo Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal sectionN As Integer,
    ByVal graphN As Integer, graphAxisInfo As PEGraphAxisInfo ) As Integer
Delphi Syntax
function PESetGraphAxisInfo (
printJob : Smallint;
sectionN : Smallint;
graphN : Smallint;
var graphAxisInfo : PEGraphAxisInfo): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com